projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c534fe
)
reftests: Fix border-style-none reftest
author
Benjamin Otte
<otte@redhat.com>
Tue, 20 Jan 2015 00:15:04 +0000
(
01:15
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 20 Jan 2015 00:15:04 +0000
(
01:15
+0100)
Unset all CSS; Adwaita was messing up things.
testsuite/reftests/border-style-none.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/border-style-none.css
b/testsuite/reftests/border-style-none.css
index 06154c82289048f8ef6e2e91c0a3b9df6dfd3e4d..25e2e98969939ddfb9b076d8b4954d9bfca6225d 100644
(file)
--- a/
testsuite/reftests/border-style-none.css
+++ b/
testsuite/reftests/border-style-none.css
@@
-1,7
+1,6
@@
* {
+ all: unset;
border-color: red;
- border-image: none;
- background-image: none;
}
GtkButton {